home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / EnterAct 3.5 / Drag_on Modules / hAWK programs / Recursive hAWK test < prev    next >
Encoding:
Text File  |  1991-11-23  |  99 b   |  4 lines  |  [TEXT/KEEN]

  1. #Recursive hAWK test - just print hello to stdout
  2.  
  3. BEGIN    {print "hello there\n\nfrom the depths" }
  4.